Goto

Collaborating Authors

 learning crash course google developer


Machine Learning Crash Course Google Developers

#artificialintelligence

Ready to start practicing machine learning? Learn and apply fundamental machine learning concepts with the Crash Course, get real-world experience with the companion Kaggle competition, or visit Learn with Google AI to explore the full library of training resources.


Fairness Machine Learning Crash Course Google Developers

#artificialintelligence

Evaluating a machine learning model responsibly requires doing more than just calculating loss metrics. Before putting a model into production, it's critical to audit training data and evaluate predictions for bias. This module looks at different types of human biases that can manifest in training data. It then provides strategies to identify them and evaluate their effects.


Introduction to Machine Learning Machine Learning Crash Course Google Developers

#artificialintelligence

This module introduces Machine Learning (ML). We are working on a fix; please see the community page for updates. In the meantime, please try disabling any ad-blocking plugins you have installed in your browser. Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License. For details, see our Site Policies.


Machine Learning Crash Course Google Developers

#artificialintelligence

How does machine learning differ from traditional programming? What is loss, and how do I measure it? How does gradient descent work? How do I determine whether my model is effective? How do I represent my data so that a program can learn from it? How do I build a deep neural network?